Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_declared_interfaces
get_declared_interfaces
Return an array containing all declared interfaces
Name:
get_declared_interfaces
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return an array containing all declared interfaces
Related
What Common Issues Might Arise When Using the get_declared_interfaces Function with Namespaces?
2
Use get_declared_interfaces to understand interface mechanisms in PHP
4
Similar Functions
property_exists
property_exists
Checkifanobjectorcla
get_declared_traits
get_declared_traits
Returnsanarrayofalld
get_class
get_class
Returntheobject'
class_exists
class_exists
Checkiftheclassisdef
is_subclass_of
is_subclass_of
Checkswhethertheobje
class_alias
class_alias
Createanaliasforacla
get_class_methods
get_class_methods
Returnsanarrayofmeth
interface_exists
interface_exists
Checkiftheinterfacei
Popular Articles
What Common Issues Might Arise When Using the get_declared_interfaces Function with Namespaces?
Use get_declared_interfaces to understand interface mechanisms in PHP